projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add prereq check for pkg-config (required by ntfs-3g)
[openwrt.git]
/
package
/
mtd
/
src
/
Makefile
diff --git
a/package/mtd/src/Makefile
b/package/mtd/src/Makefile
index
b9f256a
..
99e3ad7
100644
(file)
--- 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 $@ $^
This page took
0.02729 seconds
and
4
git commands to generate.