diff options
author | reinelt <> | 2003-02-27 07:43:11 +0000 |
---|---|---|
committer | reinelt <> | 2003-02-27 07:43:11 +0000 |
commit | 5dbfc49efa3d58bea88427e0aeded9adac62c12d (patch) | |
tree | 6aa6ad5d6eb7e6473154637a1b83428d819b3bdd /Makefile.in | |
parent | bd516f7dedd1c2fba87dac81d68a905489638368 (diff) | |
download | lcd4linux-5dbfc49efa3d58bea88427e0aeded9adac62c12d.tar.gz |
[lcd4linux @ 2003-02-27 07:43:10 by reinelt]
asm/msr.h: included hard-coded definition of rdtscl() if msr.h cannot be found.
autoconf/automake/autoanything: switched back to 1.4. Hope it works again.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 43d3b7f..13055b7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -57,13 +57,11 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -AWK = @AWK@ CC = @CC@ CURSES_INCLUDEDIR = @CURSES_INCLUDEDIR@ CURSES_LIBS = @CURSES_LIBS@ DRIVERS = @DRIVERS@ DRVLIBS = @DRVLIBS@ -LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ @@ -109,8 +107,8 @@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CF CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \ -Makefile.am Makefile.in NEWS TODO aclocal.m4 config.h.in configure \ -configure.in install-sh missing mkinstalldirs +Makefile.am Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in \ +configure configure.in install-sh missing mkinstalldirs DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |