Drop changelog records from the Makefile

I'm not going to maintain that, and this isn't in svn anymore.
This commit is contained in:
David Benjamin 2011-04-21 09:30:57 -04:00
parent 8104fc2afa
commit 6e950dc11e
1 changed files with 0 additions and 6 deletions

View File

@ -340,12 +340,6 @@ distrpm: $(archivedir)$(SRCARCHIVE).bz2
localrpm: $(archivedir)$(SRCARCHIVE).bz2
$(call RPMBUILD,$<)
changelog: ../common/authors.xml
svn_prefix=`svn info .|sed -n '/^URL *: .*\/svn\/\(.*\)$$/s//\1\//p'`; \
LC_ALL=C TZ=GMT svn2cl --strip-prefix=$$svn_prefix --authors=../common/authors.xml || :
changelog.commit: changelog
svn commit -m "Generated by svn2cl." ChangeLog
$(npwrapper_LIBRARY): $(npwrapper_OBJECTS)
$(CC) $(DSO_LDFLAGS) $(npwrapper_LDFLAGS) -o $@ $(npwrapper_OBJECTS) $(npwrapper_LIBS)