Removed make test workaround
This commit is contained in:
parent
f60b6e83a7
commit
faa4e842db
|
@ -14,5 +14,3 @@ MAINTAINERCLEANFILES = \
|
||||||
configure \
|
configure \
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
|
||||||
test:
|
|
||||||
echo 0
|
|
|
@ -39,6 +39,3 @@ libtool: $(LIBTOOL_DEPS)
|
||||||
|
|
||||||
pipecolors.pc:
|
pipecolors.pc:
|
||||||
cp libpipecolors.pc pipecolors.pc
|
cp libpipecolors.pc pipecolors.pc
|
||||||
|
|
||||||
test:
|
|
||||||
echo 0
|
|
Loading…
Reference in New Issue