diff options
| author | Eric Andersen <andersen@codepoet.org> | 2001-07-11 07:24:05 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2001-07-11 07:24:05 +0000 |
| commit | c59fa37d4083861a5766da71e4d905565479f7a2 (patch) | |
| tree | f860e1438d0088bb16550df85b05f8a4b214b58f /Makefile | |
| parent | 248c57ca43b86e8e243f2770479b954a30549a61 (diff) | |
| download | busybox-c59fa37d4083861a5766da71e4d905565479f7a2.tar.gz | |
Make the obj's generated from libbb/unarchive.c depend on the
Makefile, so things like setting DODMALLOC will cause them to
be recompiled
-Erik
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -365,7 +365,7 @@ $(LIBBB_MOBJ): $(LIBBB_MSRC) - mkdir -p $(LIBBB) $(CC) $(CFLAGS) $(LIBBB_CFLAGS) -DL_$(patsubst libbb/%,%,$*) -c $< -o $*.o -$(LIBBB_AROBJS): $(LIBBB_ARCSRC) +$(LIBBB_AROBJS): $(LIBBB_ARCSRC) Makefile - mkdir -p $(LIBBB) $(CC) $(CFLAGS) $(LIBBB_CFLAGS) -DL_$(patsubst libbb/%,%,$*) -c $< -o $*.o |
