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 979419b..a656a5a 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in @@ -96,9 +96,3 @@ $(LIBBB_MOBJS2): $(LIBBB_MSRC2) $(LIBBB_MOBJS3): $(LIBBB_MSRC3) $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -DL_$(notdir $*) -c $< -o $@ -$(LIBBB_DIR)loop.o: $(LIBBB_DIR)loop.h - -$(LIBBB_DIR)loop.h: $(LIBBB_DIR)mk_loop_h.sh - @ $(SHELL) $< > $@ - - |