diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-06-25 05:18:48 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-06-25 05:18:48 +0000 |
commit | e65bd94d9aac24d0fde56c5aa2a7b0bfcc705ce1 (patch) | |
tree | 11022bde3f6a6690f49ca2d2b31435d9fb495475 | |
parent | 871cf4200958821f2ef2b047130ca13dcf0f01e7 (diff) | |
download | busybox-w32-e65bd94d9aac24d0fde56c5aa2a7b0bfcc705ce1.tar.gz busybox-w32-e65bd94d9aac24d0fde56c5aa2a7b0bfcc705ce1.tar.bz2 busybox-w32-e65bd94d9aac24d0fde56c5aa2a7b0bfcc705ce1.zip |
Oops. As Andrew Dennison just noticed, I left a stray
space in the Makefile, thereby totally breaking it.
git-svn-id: svn://busybox.net/trunk/busybox@6977 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ all: busybox busybox.links #doc | |||
39 | -include .config.cmd | 39 | -include .config.cmd |
40 | include $(patsubst %,%/Makefile.in, $(DIRS)) | 40 | include $(patsubst %,%/Makefile.in, $(DIRS)) |
41 | 41 | ||
42 | busybox: .depend include/config.h $(libraries-y ) | 42 | busybox: .depend include/config.h $(libraries-y) |
43 | $(CC) $(LDFLAGS) -o $@ $(libraries-y) $(LIBRARIES) | 43 | $(CC) $(LDFLAGS) -o $@ $(libraries-y) $(LIBRARIES) |
44 | $(STRIPCMD) $@ | 44 | $(STRIPCMD) $@ |
45 | 45 | ||