Mercurial > audlegacy
diff src/audacious/Makefile @ 3641:12500701b6dd
Update buildsys (adds ${PROG_SUFFIX}).
| author | Jonathan Schleifer <js@h3c.de> |
|---|---|
| date | Wed, 26 Sep 2007 03:02:23 +0200 |
| parents | 24ae9b303a9d |
| children | a5a81f8d6fd7 |
line wrap: on
line diff
--- a/src/audacious/Makefile Tue Sep 25 19:11:34 2007 +0200 +++ b/src/audacious/Makefile Wed Sep 26 03:02:23 2007 +0200 @@ -2,7 +2,7 @@ SUBDIRS = ${INTL_OBJECTIVE} -PROG = audacious +PROG = audacious${PROG_SUFFIX} SRCS = auddrct.c \ build_stamp.c \ configdb.c \ @@ -155,8 +155,6 @@ CLEAN = build_stamp.c -LIB_DEPS += ../libguess/libguess.a - include ../../buildsys.mk LDFLAGS += ${EXPORTDYN}
