aboutsummaryrefslogtreecommitdiff
path: root/dmx512/src/Makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-06-16 10:24:42 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:08:24 +0200
commit3d0ac4fc230dfdebd5dcc1eaab4a7ad222279193 (patch)
treef59428e084dbdf0e602f8fef963ce7c790dbb9a2 /dmx512/src/Makefile
parenta1130c53ea736d68d8d2a260d80a7e182a638813 (diff)
[dmxout] now can be used to set entire ranges
svn path=/trunk/externals/iem/dmx512/; revision=10009
Diffstat (limited to 'dmx512/src/Makefile')
-rw-r--r--dmx512/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmx512/src/Makefile b/dmx512/src/Makefile
index e634df6..36b92bc 100644
--- a/dmx512/src/Makefile
+++ b/dmx512/src/Makefile
@@ -67,7 +67,7 @@ ifeq (,$(findstring clean, $(MAKECMDGOALS)))
-include $(SOURCES:.c=.d)
%.d: %.c
@set -e; rm -f $@; \
- $(CC) $(MAKEDEP_FLAGS) $(CFLAGS) $< > $@.$$$$; \
+ $(CC) $(MAKEDEP_FLAGS) $(DMX4PD_CFLAGS) $< > $@.$$$$; \
sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@.$$$$ > $@; \
rm -f $@.$$$$