ba621c43d3
gap-system.org OBS-URL: https://build.opensuse.org/request/show/76282 OBS-URL: https://build.opensuse.org/package/show/science/gap?expand=0&rev=1
25 lines
848 B
Diff
25 lines
848 B
Diff
parent bed1014971e204b383cd74a48a913e294d420972 ()
|
|
commit 96502953fcae60a727bae2866243bd1f95756d33
|
|
Author: Jan Engelhardt <jengelh@medozas.de>
|
|
Date: Sun Jun 26 23:58:07 2011 +0200
|
|
|
|
build: provide uncomplicated pathspec
|
|
---
|
|
Makefile.in | 1 +
|
|
1 files changed, 1 insertions(+), 0 deletions(-)
|
|
|
|
diff --git a/Makefile.in b/Makefile.in
|
|
index 6ceb28d..1bd298d 100644
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -80,6 +80,7 @@ config: bin/@target@-@BASECC@/$(BUILD_MODE)-bit/configure bin/@target@-@BASECC@
|
|
|
|
bin/@target@-@BASECC@/$(BUILD_MODE)-bit/configure: cnf/configure.out
|
|
mkdir -p bin/@target@-@BASECC@/$(BUILD_MODE)-bit
|
|
+ ln -s bin/@target@-@BASECC@/$(BUILD_MODE)-bit obj
|
|
@rm -f bin/@target@-@BASECC@/$(BUILD_MODE)-bit/configure
|
|
cp cnf/configure.out bin/@target@-@BASECC@/$(BUILD_MODE)-bit/configure
|
|
|
|
--
|
|
# Created with git-export-patch
|