summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter <pva@gentoo.org>2008-06-22 09:21:05 -0700
committerKeith Packard <keithp@keithp.com>2008-06-22 09:22:04 -0700
commit0e21b5a4d5609a5dd0f332b412d878b6f1037d29 (patch)
tree86bca24610036fad9c360862aa6386c82b15ab93
parenta93b4c2aab1d79573abd646147596a8a34b19350 (diff)
Make sure alias files are built first (bug 16464)
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--fc-case/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/fc-case/Makefile.am b/fc-case/Makefile.am
index d4fa12d..e1e3046 100644
--- a/fc-case/Makefile.am
+++ b/fc-case/Makefile.am
@@ -38,2 +38,4 @@ noinst_MANS=fc-case.man
+noinst_HEADERS=$(TARG)
+
fc_case_SRCS= \
@@ -54,3 +56,3 @@ ALIAS_FILES = fcalias.h fcaliastail.h
-BUILT_SOURCES = $(ALIAS_FILES) $(TARG)
+BUILT_SOURCES = $(ALIAS_FILES)