diff options
Diffstat (limited to 'games/gno3dtet/Makefile')
-rw-r--r-- | games/gno3dtet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gno3dtet/Makefile b/games/gno3dtet/Makefile index c3bf187cb32f..1e0fc88f31d2 100644 --- a/games/gno3dtet/Makefile +++ b/games/gno3dtet/Makefile @@ -22,8 +22,8 @@ USE_GMAKE= yes USE_AUTOTOOLS= autoheader automake aclocal autoconf ACLOCAL_ARGS= -I m4 -I ${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= -a -c -f -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib INSTALLS_OMF= yes run-autotools:: run-autotools-aclocal run-autotools-autoheader \ |