=== modified file 'Makefile' --- Makefile 2009-07-15 19:52:35 +0000 +++ Makefile 2009-07-15 19:40:44 +0000 @@ -87,11 +87,10 @@ DISTDIR=libtermkey-$(VERSION_MAJOR).$(VERSION_MINOR) distdir: all - mkdir __distdir - cp *.c *.h *.3 __distdir - sed "s,@VERSION@,$(VERSION)," __distdir/termkey.pc.in - sed "/^# DIST CUT/Q" __distdir/Makefile - mv __distdir $(DISTDIR) + mkdir $(DISTDIR) + cp *.c *.h *.3 $(DISTDIR) + sed "s,@VERSION@,$(VERSION)," $(DISTDIR)/termkey.pc.in + sed "/^# DIST CUT/Q" $(DISTDIR)/Makefile TARBALL=$(DISTDIR).tar.gz