projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4040d3d
)
revert removal of define
author
Russ Dill
<Russ.Dill@asu.edu>
Tue, 16 Dec 2003 02:38:09 +0000
(
02:38
-0000)
committer
Russ Dill
<Russ.Dill@asu.edu>
Tue, 16 Dec 2003 02:38:09 +0000
(
02:38
-0000)
networking/udhcp/Makefile.in
patch
|
blob
|
history
diff --git
a/networking/udhcp/Makefile.in
b/networking/udhcp/Makefile.in
index 502aa1c3ee6c9123a08e03895d4050acdda8affe..d06e809c9301983eacba9e43b9c5359a2caf8e89 100644
(file)
--- a/
networking/udhcp/Makefile.in
+++ b/
networking/udhcp/Makefile.in
@@
-57,5
+57,5
@@
$(UDHCP_DIR)$(UDHCP_AR): $(UDHCP_OBJS)
$(AR) -ro $@ $(UDHCP_OBJS)
$(UDHCP_OBJS): %.o : %.c
- $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c $< -o $@
+ $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -
DIN_BUSYBOX -
c $< -o $@