summaryrefslogtreecommitdiffstats
path: root/c/src/librtems++
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-08-28 08:44:52 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-08-28 08:44:52 -0500
commitb597c0d60ce789c3f3708108c7a5abd75eecfbdf (patch)
tree16d71111b36d5afdba96036c19ccc2e77448013c /c/src/librtems++
parentarm: Add tests which fail to build with C++ enabled. (diff)
downloadrtems-b597c0d60ce789c3f3708108c7a5abd75eecfbdf.tar.bz2
Regenerate all preinstall.am files.
Apparently, at some point automake output changed and these were not updated.
Diffstat (limited to 'c/src/librtems++')
-rw-r--r--c/src/librtems++/preinstall.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/c/src/librtems++/preinstall.am b/c/src/librtems++/preinstall.am
index 256004cb84..55d3cbf1c8 100644
--- a/c/src/librtems++/preinstall.am
+++ b/c/src/librtems++/preinstall.am
@@ -5,18 +5,18 @@ $(srcdir)/preinstall.am: Makefile.am
$(AMPOLISH3) $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
endif
+all-am: $(PREINSTALL_FILES)
+
+PREINSTALL_FILES =
+CLEANFILES = $(PREINSTALL_FILES)
+
PREINSTALL_DIRS =
DISTCLEANFILES = $(PREINSTALL_DIRS)
all-local: $(TMPINSTALL_FILES)
TMPINSTALL_FILES =
-CLEANFILES = $(TMPINSTALL_FILES)
-
-all-am: $(PREINSTALL_FILES)
-
-PREINSTALL_FILES =
-CLEANFILES += $(PREINSTALL_FILES)
+CLEANFILES += $(TMPINSTALL_FILES)
$(PROJECT_LIB)/$(dirstamp):
@$(MKDIR_P) $(PROJECT_LIB)