Skip to content
Snippets Groups Projects
Commit 45627159 authored by Volkmar Sieh's avatar Volkmar Sieh
Browse files

Another try to fix Makefile problems.

parent acac0ade
No related branches found
No related tags found
No related merge requests found
......@@ -46,10 +46,14 @@ DISTCLEANFILES = config.h
config.h: Makefile.am
echo '#define FAUCCDIR "'$(fauccdir)'"' > config.h
parse.c parse.h: parse.y
parse.c: parse.y
bison -d parse.y
mv parse.tab.c parse.c
mv parse.tab.h parse.h
sed -e 's/parse.tab.h/parse.h/' parse.c > parse.c.tmp
mv parse.c.tmp parse.c
parse.h: parse.c
devel: $(top_srcdir)/scripts/install_ln.sh
$(MAKE) install INSTALL=$(CURDIR)/$(top_srcdir)/scripts/install_ln.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment