changeset 416:1cfaa15e4b84

Tweak paths so "make test" works with the gcc on my laptop.
author Rob Landley <rob@landley.net>
date Wed, 21 Feb 2007 13:12:49 -0500
parents 9071c6e75a4a
children 9a8fd1e3c51c
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Jan 22 13:18:11 2007 -0500
+++ b/Makefile	Wed Feb 21 13:12:49 2007 -0500
@@ -59,7 +59,7 @@
 	@if diff -u test.ref test.out ; then echo "Auto Test OK"; fi
 
 tcctest.ref: tests/tcctest.c 
-	$(CC) $(CFLAGS) -I. -o $@ $<
+	$(CC) $(CFLAGS) -I. -Iinclude -o $@ $<
 
 test.ref: tcctest.ref
 	./tcctest.ref > $@