diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-04-09 02:40:20 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-04-09 02:40:20 +0000 |
commit | 28d14094386a69ddf05ca810114538fb2c31f8c7 (patch) | |
tree | 7d5bc28bece3f89de8e95be623e355d30ca856ed /externals/grill/fftease/makefile.pd-darwin | |
parent | c91ebcd16ef0672a909b6e6a1ba144272d062768 (diff) |
""
svn path=/trunk/; revision=554
Diffstat (limited to 'externals/grill/fftease/makefile.pd-darwin')
-rw-r--r-- | externals/grill/fftease/makefile.pd-darwin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/fftease/makefile.pd-darwin b/externals/grill/fftease/makefile.pd-darwin index 12c262a4..b33a5ff9 100644 --- a/externals/grill/fftease/makefile.pd-darwin +++ b/externals/grill/fftease/makefile.pd-darwin @@ -48,7 +48,7 @@ $(patsubst %,$(DIR)/%,$(SRCS)): $(patsubst %,$(DIR)/%,$(HDRS)) $(FLEXTLIB) $(MAK touch $@ $(TARGDIR): - mkdir $(TARGDIR) + -mkdir $(TARGDIR) $(TARGDIR)/%.o : $(DIR)/%.cpp $(CXX) -c $(CFLAGS) $(FLAGS) $(patsubst %,-I%,$(INCLUDES)) $< -o $@ @@ -61,7 +61,7 @@ $(TARGET) : $(patsubst %.c,$(TARGDIR)/%.co,$(patsubst %.cpp,$(TARGDIR)/%.o,$(SRC chmod 755 $@ $(INSTPATH): - mkdir $(INSTPATH) + -mkdir $(INSTPATH) install:: $(INSTPATH) |