diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-01-22 23:52:10 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-01-22 23:52:10 +0000 |
commit | 7731029406b08855e5b0c1b5b4468b60d5b6faa4 (patch) | |
tree | 8b8d0fc742e805d963e87c76875357a252e1ccd3 | |
parent | 5f4dcd2efc591b3c7ec087c7f712c35b9fb25d7b (diff) |
DOH! Forgot to delete the .pd.bak files and instead was deleting the .pd files
svn path=/trunk/; revision=10602
-rw-r--r-- | packages/darwin_app/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index ff61da65..448d76c9 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -61,7 +61,7 @@ all: install: darwin_app #------------------------------------------------------------------------------# -darwin_app: darwin_app_core extended_install rez_install darwin_app_embed_libs spotlight_importer_install +darwin_app: darwin_app_core extended_install rez_install darwin_app_embed_libs @echo " " @echo "Pd.app build succeeded!" @@ -151,9 +151,9 @@ pdp_help_hack: sed -i.bak 's|pdp_v4l|pdp_ieee1394|' $(helpdir)/pdp*-help.pd rm -f -- $(helpdir)/pdp*-help.pd.bak sed -i.bak 's|pdp_v4l|pdp_ieee1394|' $(helpdir)/pdp/*.pd - rm -f -- $(helpdir)/pdp/*.pd + rm -f -- $(helpdir)/pdp/*.pd.bak sed -i.bak 's|pdp_v4l|pdp_ieee1394|' $(helpdir)/pidip/*.pd - rm -f -- $(helpdir)/pidip/*.pd + rm -f -- $(helpdir)/pidip/*.pd.bak sed -i.bak 's|pdp_v4l|pdp_ieee1394|' $(examplesdir)/pdp/*.pd rm -f -- $(examplesdir)/pdp/*.pd.bak sed -i.bak 's|pdp_v4l|pdp_ieee1394|' $(examplesdir)/pidip/*.pd |