diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/entab/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tools/entab/Makefile b/src/tools/entab/Makefile index de8181828a5..6372971fc04 100644 --- a/src/tools/entab/Makefile +++ b/src/tools/entab/Makefile @@ -20,9 +20,7 @@ halt.o : halt.c clean: rm -f *.o $(TARGET) log core -install: - make clean - make CFLAGS=-O +install: $(TARGET) install -s $(TARGET) $(BINDIR) rm -f $(BINDIR)/detab ln $(BINDIR)/$(TARGET) $(BINDIR)/detab |