diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-01 01:03:38 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-01 01:03:38 +0000 |
commit | ee58e32e66a5c405d39f2cf16e8af892f2b638df (patch) | |
tree | 7e9e5cb631f1f0ca29f33dd8c4c938a6d2dcb4d4 /packages/darwin_app/Makefile | |
parent | d01888563a2def25c12ed8f8301042cb099fb3a7 (diff) |
oops, the clean target was removed files from the source rather than the target. I normally don't compile as root so I never noticed...
svn path=/trunk/; revision=5445
Diffstat (limited to 'packages/darwin_app/Makefile')
-rw-r--r-- | packages/darwin_app/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index f6413393..1275071a 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -268,8 +268,8 @@ darwin_app_clean: -rmdir $(PD_APP_CONTENTS)/MacOS -rm -f -- $(PD_APP_CONTENTS)/Resources/Scripts/AppMain.tcl -rmdir $(PD_APP_CONTENTS)/Resources/Scripts - -rm -f -- "$(WISH_CONTENTS)/Resources/$(WISH_NAME).rsrc" \ - "$(WISH_CONTENTS)/Resources/pd*.icns" + -rm -f -- "$(PD_APP_CONTENTS)/Resources/$(WISH_NAME).rsrc" \ + "$(PD_APP_CONTENTS)/Resources/pd*.icns" -rmdir $(PD_APP_CONTENTS)/Resources -rm -f -- $(DESTDIR) -rm -f -- *~ 1 $(README_FILE) $(WELCOME_FILE) $(LICENSE_FILE) \ |