* Removed the arch-config kludge. Will re-enable it later if necessary.
git-svn-id: svn://svn.zoy.org/elk/trunk@26 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
parent
9c85718f62
commit
8d7b935ea6
|
@ -16,11 +16,6 @@ build: build-stamp
|
|||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
ifeq ($(shell dpkg-architecture -qDEB_BUILD_ARCH),alpha)
|
||||
echo 'cflags=`echo $${cflags} | sed s/-O./-O0/`' > debian/arch-config
|
||||
else
|
||||
echo '# empty' > debian/arch-config
|
||||
endif
|
||||
$(MAKE) SUBDIRS='include scripts src scm lib/misc lib/unix\
|
||||
lib/xlib lib/xt lib/xaw lib/xm lib/xm/xt'
|
||||
|
||||
|
@ -32,7 +27,6 @@ clean:
|
|||
rm -f build-stamp
|
||||
|
||||
-$(MAKE) -i distclean
|
||||
rm -f debian/arch-config
|
||||
|
||||
dh_clean
|
||||
|
||||
|
|
Loading…
Reference in New Issue