Do not install hlp2sgml.

This commit is contained in:
Andriy Palamarchuk 2002-05-02 01:40:34 +00:00 committed by Alexandre Julliard
parent dec2cee2fb
commit 6e5d46e80e
1 changed files with 0 additions and 6 deletions

View File

@ -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