Do not install hlp2sgml.
This commit is contained in:
parent
dec2cee2fb
commit
6e5d46e80e
|
@ -24,12 +24,6 @@ all: $(PROGRAMS)
|
|||
hlp2sgml: hlp2sgml.o hlpfile.o
|
||||
$(CC) -o hlp2sgml hlp2sgml.o hlpfile.o
|
||||
|
||||
install::
|
||||
$(INSTALL_PROGRAM) hlp2sgml $(bindir)/hlp2sgml
|
||||
|
||||
uninstall::
|
||||
$(RM) $(bindir)/hlp2sgml
|
||||
|
||||
y.tab.c y.tab.h: macro.yacc.y
|
||||
$(YACC) -d -t $(SRCDIR)/macro.yacc.y
|
||||
|
||||
|
|
Loading…
Reference in New Issue