Remove reference to dftables.lo from CLEANFILES. *.lo is automatically

unlinked.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85529 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sascha Schumann
2000-06-12 06:46:04 +00:00
parent a4accf814a
commit 2a521ae209

View File

@ -1,7 +1,7 @@
LTLIBRARY_NAME = libpcre.la
LTLIBRARY_SOURCES = maketables.c get.c study.c pcre.c pcreposix.c
CLEANFILES = dftables dftables.lo config.h chartables.c
CLEANFILES = dftables config.h chartables.c
include $(top_srcdir)/build/ltlib.mk