From 0b22baccbaed6f21d1752e2f6fca163a0fd44fa1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 17 Jan 2006 05:14:01 +0000 Subject: 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 --- rawhid/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rawhid/Makefile.in') 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:: -- cgit v1.2.1