Skip to content
Snippets Groups Projects
Commit 6e5d46e8 authored by Andriy Palamarchuk's avatar Andriy Palamarchuk Committed by Alexandre Julliard
Browse files

Do not install hlp2sgml.

parent dec2cee2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment