Skip to content
Snippets Groups Projects
Commit bb50eeb7 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

lextest Makefile cleanup

parent 9fd868d1
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.13 1997/05/14 03:32:16 momjian Exp $
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.14 1997/05/14 04:46:32 momjian Exp $
#
#-------------------------------------------------------------------------
......@@ -55,6 +55,7 @@ clean:
false ;\
else true;\
fi
$(MAKE) -C lextest clean
$(MAKE) -C utils clean
$(MAKE) -C backend clean
$(MAKE) -C libpq clean
......@@ -92,6 +93,7 @@ distclean: clean
false ;\
else true;\
fi
$(MAKE) -C lextest $@
$(MAKE) -C utils $@
$(MAKE) -C backend $@
$(MAKE) -C libpq $@
......
#
# Makefile - tests for 2.5.3 flex bug
# Makefile - test for 2.5.3 flex bug
# Bruce Momjian 5/14/97
#
#
lextest : lextest.c scan.l
.DEFAULT all : lextest
install:
depend:
lextest: lextest.c scan.l
$(LEX) scan.l
$(CC) -c lex.yy.c
$(CC) -c lextest.c
......
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