X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flibpspp%2Fautomake.mk;h=e6ebd251e1741898fcb3b158b0098eeeca8b7884;hb=03de35c0fe7c134458408dcb32c23bba8b1bb078;hp=1a7b54f066351df7a1c66ec2e5b594c44d909dbe;hpb=da08e8b9ea6bfa772b4daec4a944279267852515;p=pspp diff --git a/src/libpspp/automake.mk b/src/libpspp/automake.mk index 1a7b54f066..e6ebd251e1 100644 --- a/src/libpspp/automake.mk +++ b/src/libpspp/automake.mk @@ -122,8 +122,6 @@ src/libpspp/version.c: $(top_srcdir)/AUTHORS Makefile $(AM_V_at)echo "#include \"version.h\"" >> $@,tmp $(AM_V_at)echo "const char bare_version[] = \"$(VERSION)\";" >> $@,tmp $(AM_V_at)echo "const char version[] = \"GNU $(PACKAGE) $(VERSION)\";" >> $@,tmp - $(AM_V_at)echo "const char stat_version[] = \"GNU $(PACKAGE) $(VERSION) \ -$(AM_V_at)(`LC_ALL=C TZ=UTC date`).\";" >> $@,tmp $(AM_V_at)echo "const char host_system[] = \"$(host_triplet)\";" >> $@,tmp $(AM_V_at)echo "const char build_system[] = \"$(build_triplet)\";" >> $@,tmp $(AM_V_at)echo "const char locale_dir[] = \"$(datadir)/locale\";" >> $@,tmp