Improve entab's Makefile install entry.
authorBruce Momjian <bruce@momjian.us>
Tue, 11 Oct 2011 22:03:34 +0000 (18:03 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 11 Oct 2011 22:03:34 +0000 (18:03 -0400)
Andrew Dunstan

src/tools/entab/Makefile

index de8181828a554e7ae7c02e3474c1ef56a69972e7..6372971fc04bdf0fe9269841b5361ea706b5be16 100644 (file)
@@ -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