diff options
Diffstat (limited to 'libbb/Makefile.in')
-rw-r--r-- | libbb/Makefile.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in index 979419b62..a656a5a53 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in | |||
@@ -96,9 +96,3 @@ $(LIBBB_MOBJS2): $(LIBBB_MSRC2) | |||
96 | $(LIBBB_MOBJS3): $(LIBBB_MSRC3) | 96 | $(LIBBB_MOBJS3): $(LIBBB_MSRC3) |
97 | $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -DL_$(notdir $*) -c $< -o $@ | 97 | $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -DL_$(notdir $*) -c $< -o $@ |
98 | 98 | ||
99 | $(LIBBB_DIR)loop.o: $(LIBBB_DIR)loop.h | ||
100 | |||
101 | $(LIBBB_DIR)loop.h: $(LIBBB_DIR)mk_loop_h.sh | ||
102 | @ $(SHELL) $< > $@ | ||
103 | |||
104 | |||