[Freeciv-Dev] Re: (PR#8662) [PATCH] tests/Makefile.am fixes
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: |
undisclosed-recipients: ; |
Subject: |
[Freeciv-Dev] Re: (PR#8662) [PATCH] tests/Makefile.am fixes |
From: |
"Marko Lindqvist" <marko.lindqvist@xxxxxxxxxxx> |
Date: |
Mon, 3 May 2004 13:07:26 -0700 |
Reply-to: |
rt@xxxxxxxxxxx |
<URL: http://rt.freeciv.org/Ticket/Display.html?id=8662 >
Marko Lindqvist wrote:
> so I send this as is
Except I didn't...
- Caz
diff -Nurd -X freeciv/diff_ignore freeciv/tests/Makefile.am
freeciv/tests/Makefile.am
--- freeciv/tests/Makefile.am 2004-05-03 18:39:50.703125000 +0300
+++ freeciv/tests/Makefile.am 2004-05-03 22:21:12.390625000 +0300
@@ -7,6 +7,10 @@
# if the check fails.
check:
rm -f check-output
- ./header_guard.sh $(top_srcdir) >> check-output
- ./va_list.sh $(top_srcdir) >> check-output
+ $(srcdir)/header_guard.sh $(top_srcdir) >> check-output
+ $(srcdir)/va_list.sh $(top_srcdir) >> check-output
cat check-output | sed "s\\$(top_srcdir)/\\\\" > check-output
+
+
+check_SCRIPTS= header_guard.sh \
+ va_list.sh
- [Freeciv-Dev] Re: (PR#8662) [PATCH] tests/Makefile.am fixes,
Marko Lindqvist <=
|
|