From 77a7270a4bd9a159f3508e39164960a258a419e1 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Tue, 1 Jun 2010 08:30:59 +0800 Subject: [PATCH] fix issue 76, remove the static prefix and datadir. http://projects.qi-hardware.com/index.php/p/xburst-tools/issues/76/ Signed-off-by: Xiangfu Liu --- usbboot/src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/usbboot/src/Makefile.am b/usbboot/src/Makefile.am index 8d849d0..965e6b1 100644 --- a/usbboot/src/Makefile.am +++ b/usbboot/src/Makefile.am @@ -10,8 +10,6 @@ bin_PROGRAMS = usbboot usbboot_SOURCES = cmd.c command_line.c ingenic_cfg.c \ ingenic_usb.c main.c -prefix = /usr -sysconfdir = /etc pkgdatadir = $(datadir)/xburst-tools/ if COND_FIRMWARE