提交 bb50eeb7 编写于 作者: B Bruce Momjian

lextest Makefile cleanup

上级 9fd868d1
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册