1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-01 13:35:51 +01:00

Fix 'make install' from silent compilation

This commit is contained in:
Carlos R. Mafra
2010-04-09 23:56:26 +02:00
parent 554f9dea25
commit 518b3b4480
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ WPrefs_LDADD = \
@XFTLIBS@ \
@INTLIBS@
LIBTOOL = $(QUIET) $(SHELL) $(top_builddir)/libtool $(LIBTOOL_ARG)
LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LIBTOOL_ARG)
.c.o:
$(QUIET)$(COMPILE) -c $<