Fix "make clean". automake does not define an extra target for clean.

This commit is contained in:
Sascha Schumann 1999-10-06 14:41:36 +00:00
parent 4fee036f43
commit bf61827518

View File

@ -4,6 +4,8 @@ INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
noinst_LTLIBRARIES=libphpext_informix.la
libphpext_informix_la_SOURCES=ifx.c
CLEANFILES = ifx.c
ifx.c: ifx.ec
(if test -d @INFORMIXDIR@; then \
esql -e @IFX_ESQL_FLAGS@ ifx.ec; \
@ -11,5 +13,3 @@ ifx.c: ifx.ec
touch ifx.c; \
fi)
clean:
-rm -f ifx.c