From eaa925597d96f69141d42155928d649f4603bd07 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 27 Mar 2010 11:54:22 +0100 Subject: Support CFLAGS, PREFIX & LDFLAGS in Makefile; pretty make install output --- test/main | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/main') diff --git a/test/main b/test/main index eded353..6de0c92 100755 --- a/test/main +++ b/test/main @@ -20,10 +20,10 @@ echo "# make" make -s -B echo "# make install" -make -s install prefix=$testdir +make -s install DESTDIR=$testdir echo "# make uninstall" -make -s uninstall prefix=$testdir +make -s uninstall DESTDIR=$testdir rm -r $testdir -- cgit v1.2.3