diff options
author | jakub <jakub> | 1999-10-04 12:33:31 +0000 |
---|---|---|
committer | jakub <jakub> | 1999-10-04 12:33:31 +0000 |
commit | 39170deb90522752415794fa919fd040fa2bc2ed (patch) | |
tree | 31a82b8403365f428f1ca22e36dd3fc0406317b5 /loader/Makefile | |
parent | 7998c7cb5c683c7770dbc21e0915177aa7ea8a64 (diff) | |
download | anaconda-39170deb90522752415794fa919fd040fa2bc2ed.tar.gz anaconda-39170deb90522752415794fa919fd040fa2bc2ed.tar.xz anaconda-39170deb90522752415794fa919fd040fa2bc2ed.zip |
Choosing keyboard makes no sense on serial console install.
Diffstat (limited to 'loader/Makefile')
-rw-r--r-- | loader/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/loader/Makefile b/loader/Makefile index fb6f14365..d250afa01 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -1,4 +1,4 @@ -VERSION = 6.0 +VERSION = 6.1 DESTDIR = ../../trees/initrd @@ -150,7 +150,8 @@ init: init.o $(MINILIBC) $(CC) $(STATIC) -g $(LDFLAGS) -o $@ init.o $(MINILIBC) clean: - rm -f *.o .depend *~ loader-local loader-network loader.old loader-pcmcia probe modprobe + rm -f *.o .depend *~ loader-local loader-network loader.old loader-pcmcia probe modprobe \ + loader.po loader.tr tr/*.tr loader init depend: $(CPP) $(CFLAGS) -DHAVE_CONFIG_H -M $(SOURCES) > .depend |