X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=Makefile.in;h=81f7067dc1a2e9de51ca2f953fad392b640e82f4;hb=6f1a8c3b8d6f19bbe33e7d3fa746ae1d2e9ac455;hp=2fa252c72d2b674d9a19c053adb676c7d5c48bbb;hpb=59f485ee6d6733207b77e2d5ab14823b8d69b7cd;p=mmh diff --git a/Makefile.in b/Makefile.in index 2fa252c..81f7067 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,8 +1,6 @@ # # Makefile for top level of nmh distribution # -# $Id$ -# # nmh version VERSION = @VERSION@ @@ -48,7 +46,7 @@ default_pager = @pagerpath@ CC = @CC@ CPPFLAGS = @CPPFLAGS@ -DEFS = @DEFS@ +DEFS = @DEFS@ @OURDEFS@ CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ @@ -76,7 +74,7 @@ DIST = ChangeLog COPYRIGHT DATE INSTALL MACHINES README VERSION \ config.sub config.guess # subdirectories in distribution -SUBDIRS = h config sbr mts uip etc man docs +SUBDIRS = h config sbr uip etc man docs # ========== DEPENDENCIES FOR BUILDING AND INSTALLING ==========