aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmotd <dmotd@users.sourceforge.net>2010-10-16 03:02:29 +0000
committerdmotd <dmotd@users.sourceforge.net>2010-10-16 03:02:29 +0000
commita23b6c00ba87125c422d4cecf18ad64530de7494 (patch)
tree309ca02533e0ed3da5a58b981bfa48e5ddc97981
parent4a3c6867b3702cb6c817e7283961e3896b82e85d (diff)
undefined INSTALL_FILE variable.. added definition
svn path=/trunk/externals/pddp/; revision=14235
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3352b39..cdc6bc5 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ EXTRA_DIST = parse_meta.pd pddplink.tcl
#
#------------------------------------------------------------------------------#
-CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g
+CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g
LDFLAGS =
LIBS =
@@ -58,6 +58,7 @@ INSTALL = install
INSTALL_PROGRAM = $(INSTALL) -p -m 644
INSTALL_DATA = $(INSTALL) -p -m 644
INSTALL_DIR = $(INSTALL) -p -m 755 -d
+INSTALL_FILE = $(INSTALL) -p -m 644
ALLSOURCES := $(SOURCES) $(SOURCES_android) $(SOURCES_cygwin) $(SOURCES_macosx) \
$(SOURCES_iphoneos) $(SOURCES_linux) $(SOURCES_windows)