[nautilus-actions] maintainer/Makefile.am: remove useless target
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] maintainer/Makefile.am: remove useless target
- Date: Tue, 21 Feb 2017 16:56:09 +0000 (UTC)
commit a8ebca7b61b15a109dbc3162e4df22fb1c196380
Author: Pierre Wieser <pwieser trychlos org>
Date: Tue Feb 21 17:27:51 2017 +0100
maintainer/Makefile.am: remove useless target
maintainer/Makefile.am | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/maintainer/Makefile.am b/maintainer/Makefile.am
index db66168..43de3b8 100644
--- a/maintainer/Makefile.am
+++ b/maintainer/Makefile.am
@@ -35,6 +35,9 @@ AM_CPPFLAGS += \
$(NAUTILUS_ACTIONS_CFLAGS) \
$(NULL)
+# This seems to be an 'egg and chicken' problem: this source program
+# has nothing to do in the distributed tarball, but has to be present
+# in order to be able to make distcheck
check_header_SOURCES = \
check-header.c
\
$(NULL)
@@ -43,7 +46,3 @@ check_header_LDADD = \
$(top_builddir)/src/core/libfma-core.la \
$(NAUTILUS_ACTIONS_LIBS) \
$(NULL)
-
-# this is just a fake code to have the make behave well
-check-header.c:
- [ -s $@ ] || echo "int main( int argc, char **argv ){ return 0; }" > $@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]