projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d36a3b
)
Remove common.o on "make clean"
author
Heikki Linnakangas
<heikki.linnakangas@iki.fi>
Tue, 20 Aug 2013 21:00:13 +0000
(
00:00
+0300)
committer
Heikki Linnakangas
<heikki.linnakangas@iki.fi>
Tue, 20 Aug 2013 21:00:13 +0000
(
00:00
+0300)
test/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/test/Makefile
b/test/Makefile
index c368937e64c351470e260c33d076d5d3312f6a48..d7377a8f4f646943e72e091522379550fc3d2049 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-21,7
+21,7
@@
src/%-test sql/%.sql: src/%-test.c src/common.o
$(CC) $(CFLAGS) src/$*-test.c src/common.o -o src/$*-test -lodbc
echo "\! ./src/$*-test" > sql/$*.sql
-EXTRA_CLEAN = $(TESTBINS) $(TESTSQLS)
+EXTRA_CLEAN = $(TESTBINS) $(TESTSQLS)
src/common.o
REGRESS_OPTS = --launcher=./launcher