- sandman-related hacks removed

This commit is contained in:
Sergey Bolshakov 2006-11-21 15:51:06 +03:00
parent f9577b26e0
commit b3d7bc862d
2 changed files with 1 additions and 12 deletions

View File

@ -36,12 +36,6 @@
#*****************************************************************************
PACKAGE = propagator
RPM = /bin/rpm
RPMSPEC = $(PACKAGE).spec
VERSION = $(shell $(RPM) -q --qf '[%{VERSION} ]' --specfile $(RPMSPEC) |cut -f1 -d ' ')
RELEASE = $(shell $(RPM) -q --qf '[%{RELEASE} ]' --specfile $(RPMSPEC) |cut -f1 -d ' ')
TARFILE = $(PACKAGE)-$(VERSION).tar.bz2
TARDIR = $(shell $(RPM) --define 'name $(PACKAGE)' --eval %_sourcedir)
DESTDIR =
@ -204,7 +198,3 @@ install: all
done
export: install
bte: clean $(RPMSPEC)
@tar c --exclude CVS --file $(TARDIR)/$(TARFILE) .
cat $(RPMSPEC)

View File

@ -14,8 +14,7 @@
#
#*****************************************************************************
# hack for sandman, sorry
-include /usr/lib/dietlibc/Makefile.rules
include /usr/lib/dietlibc/Makefile.rules
DIET_LIBDIR = /usr/lib/dietlibc/lib-$(ARCH)