diff options
Diffstat (limited to 'contrib/com_err/Makefile.am')
-rw-r--r-- | contrib/com_err/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/com_err/Makefile.am b/contrib/com_err/Makefile.am index 2c7525b96d23..ae48cb5f3bc6 100644 --- a/contrib/com_err/Makefile.am +++ b/contrib/com_err/Makefile.am @@ -1,11 +1,11 @@ -# $Id: Makefile.am,v 1.23 1999/04/09 18:26:55 assar Exp $ +# $Id: Makefile.am,v 1.27 2002/03/10 23:52:41 assar Exp $ include $(top_srcdir)/Makefile.am.common YFLAGS = -d lib_LTLIBRARIES = libcom_err.la -libcom_err_la_LDFLAGS = -version-info 1:0:0 +libcom_err_la_LDFLAGS = -version-info 2:1:1 bin_PROGRAMS = compile_et @@ -17,7 +17,7 @@ libcom_err_la_SOURCES = error.c com_err.c roken_rename.h CLEANFILES = lex.c parse.c parse.h -$(compile_et_OBJECTS): parse.h +$(compile_et_OBJECTS): parse.h parse.c ## XXX broken automake 1.4s compile_et_LDADD = \ $(LIB_roken) \ |