Index: Makefile =================================================================== RCS file: /home/cvs/new-wave/user/busybox/Makefile,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- Makefile 2001/06/05 07:00:36 1.22 +++ Makefile 2001/07/05 00:43:41 1.23 @@ -334,7 +334,7 @@ busybox: $(PWD_LIB) $(LIBBB_LIB) $(OBJECTS) - $(CC) $(LDFLAGS) -o $@ $(OBJECTS) $(PWD_LIB) $(LIBBB_LIB) $(LIBRARIES) $(LIBM) $(LDLIBS) + $(CC) $(LDFLAGS) -o $@ $(OBJECTS) $(PWD_LIB) $(LIBBB_LIB) $(LIBRARIES) $(LDLIBS) $(LIBM) $(STRIP) # Without VPATH, rule expands to "/bin/sh busybox.mkll Config.h applets.h" @@ -428,7 +428,7 @@ ctags -R . romfs: install-romfs.sh busybox.links - $(ROMFSINST) /bin/$(PROG) + cp $(PROG) $(ROMFSDIR)/bin/$(PROG) $(SHELL) $< $(ROMFSDIR)/bin/ # Neat rule to build a new config.h and overwrite if it is different