summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/freebsd5.2
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-06-17 08:40:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-06-17 08:40:24 +0000
commit8ae43f2601af2783e6ed8c9c01053c68fa7857d2 (patch)
treeeda0e1574afe014d9305b865d92eeb66008be86f /contrib/crossrpms/freebsd5.2
parentUse star instead of tar. (diff)
downloadrtems-8ae43f2601af2783e6ed8c9c01053c68fa7857d2.tar.bz2
Preps for VPATH builts.
Diffstat (limited to 'contrib/crossrpms/freebsd5.2')
-rw-r--r--contrib/crossrpms/freebsd5.2/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/crossrpms/freebsd5.2/Makefile.am b/contrib/crossrpms/freebsd5.2/Makefile.am
index 0c9f45ad53..6ad504ce1a 100644
--- a/contrib/crossrpms/freebsd5.2/Makefile.am
+++ b/contrib/crossrpms/freebsd5.2/Makefile.am
@@ -28,7 +28,7 @@ $(TARGET)-libs.spec.in: $(LIBS_SUBPACKAGES) Makefile.am
CLEANFILES += $(TARGET)-libs.spec.in
@rpmprefix@$(TARGET)-libs.spec: $(TARGET)-libs.spec.in
- $(MKSPEC) $(srcdir)/$(TARGET)-libs.spec.in > $@
+ $(MKSPEC) $(TARGET)-libs.spec.in > $@
CLEANFILES += @rpmprefix@$(TARGET)-libs.spec
noinst_DATA += @rpmprefix@$(TARGET)-libs.spec
@@ -57,7 +57,7 @@ $(TARGET)-binutils.spec.in: $(BINUTILS_SUBPACKAGES) Makefile.am binutils-sources
CLEANFILES += $(TARGET)-binutils.spec.in
@rpmprefix@$(TARGET)-binutils.spec: $(TARGET)-binutils.spec.in
- $(MKSPEC) $(srcdir)/$(TARGET)-binutils.spec.in > $@
+ $(MKSPEC) $(TARGET)-binutils.spec.in > $@
CLEANFILES += @rpmprefix@$(TARGET)-binutils.spec
noinst_DATA += @rpmprefix@$(TARGET)-binutils.spec
@@ -98,6 +98,6 @@ $(TARGET)-gcc.spec.in: $(GCC_SUBPACKAGES) Makefile.am gcc-sources.add gcc-prep.a
CLEANFILES += $(TARGET)-gcc.spec.in
@rpmprefix@$(TARGET)-gcc.spec: $(TARGET)-gcc.spec.in
- $(MKSPEC) $(srcdir)/$(TARGET)-gcc.spec.in > $@
+ $(MKSPEC) $(TARGET)-gcc.spec.in > $@
CLEANFILES += @rpmprefix@$(TARGET)-gcc.spec
noinst_DATA += @rpmprefix@$(TARGET)-gcc.spec