diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-01-17 05:14:01 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-01-17 05:14:01 +0000 |
commit | 0b22baccbaed6f21d1752e2f6fca163a0fd44fa1 (patch) | |
tree | 552e5d86c5ac32bd6a78fa71efcbcd29f1071476 /rawhid/Makefile.in | |
parent | 2b443898636e4366ae4d4cca6e3a8ef517adaca5 (diff) |
some very crufty code from my first attempt at HID objects. It shall be deleted shortly, I just wanted to have it in CVS as a backup.
svn path=/trunk/externals/hcs/; revision=4434
Diffstat (limited to 'rawhid/Makefile.in')
-rw-r--r-- | rawhid/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rawhid/Makefile.in b/rawhid/Makefile.in index 4d2c969..8a136ae 100644 --- a/rawhid/Makefile.in +++ b/rawhid/Makefile.in @@ -35,12 +35,12 @@ distclean: clean -rm -Rf autom4te.cache autoscan.log configure.scan .c.o: - $(CC) -c -o $@ $(CFLAGS) -DPD $*.c + $(CC) -c -o $@ $(CFLAGS) $(INCLUDE) -DPD $*.c # cp $@ $*_stat.o .o.$(EXT): - $(CC) -o $@ $(PDCFLAGS) -DPD $*.o + $(CC) -o $@ $(PDCFLAGS) $(INCLUDE) -DPD $*.o install:: |