From 91244ebf6b83c3e461b987b2f69f8dc4a3df0078 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 12 Nov 2006 01:45:59 +0000 Subject: fix mtd compile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5505 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mtd/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/mtd/src/Makefile') diff --git a/package/mtd/src/Makefile b/package/mtd/src/Makefile index b9f256ad0c..99e3ad7920 100644 --- a/package/mtd/src/Makefile +++ b/package/mtd/src/Makefile @@ -3,7 +3,7 @@ all: mtd %.o: %.c - $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $^ + $(CC) -I. $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $^ mtd: mtd.o $(CC) -o $@ $^ -- cgit v1.2.3