lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [6513] Don't use dummy source file in Makefile.am


From: Vadim Zeitlin
Subject: [lmi-commits] [6513] Don't use dummy source file in Makefile.am
Date: Sat, 27 Feb 2016 21:13:39 +0000

Revision: 6513
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6513
Author:   zeitlin
Date:     2016-02-27 21:12:53 +0000 (Sat, 27 Feb 2016)
Log Message:
-----------
Don't use dummy source file in Makefile.am

This avoids automake 1.14 warning about using a file in a "subdirectory"
without enabling the "subdir-objects" option and allows to get rid of
"dummy.cpp": it seems that it's not needed, after all, as we can just avoid
defining the SOURCES variable for antediluvian_cgi target which doesn't have
any.

Modified Paths:
--------------
    lmi/trunk/Makefile.am

Modified: lmi/trunk/Makefile.am
===================================================================
--- lmi/trunk/Makefile.am       2016-02-27 21:08:53 UTC (rev 6512)
+++ lmi/trunk/Makefile.am       2016-02-27 21:12:53 UTC (rev 6513)
@@ -460,7 +460,6 @@
 elapsed_time_LDADD = \
     libmain_auxiliary_common.la
 
-antediluvian_cgi_SOURCES = $(top_builddir)/dummy.cpp
 antediluvian_cgi_CXXFLAGS = $(AM_CXXFLAGS) $(BOOST_INCLUDE_FLAGS)
 antediluvian_cgi_LDADD = \
     libcgi.la \
@@ -510,9 +509,6 @@
   libmain_auxiliary_common.la \
   $(BOOST_LIBS)
 
-dummy.cpp:
-       touch $@
-
 # unit tests
 common_test_objects = \
     alert.cpp \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]