diff options
author | Matt Wilson <msw@redhat.com> | 2001-12-11 20:04:46 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-12-11 20:04:46 +0000 |
commit | 9fc68ae4237eeab93c0c58e4ee6cbc753cc701b0 (patch) | |
tree | 070173a44e9190ab9754a6a26fc4a41a42750b87 /po/Makefile | |
parent | 39dcaa35e13f2efc08d905aada02f68905b23369 (diff) | |
download | anaconda-9fc68ae4237eeab93c0c58e4ee6cbc753cc701b0.tar.gz anaconda-9fc68ae4237eeab93c0c58e4ee6cbc753cc701b0.tar.xz anaconda-9fc68ae4237eeab93c0c58e4ee6cbc753cc701b0.zip |
anaconda.spec.in: require modutils-devel
isys/Makefile: don't build any of the stuff in modutils/
loader/Makefile: link against the system modutils
loader/dietstubs.c: implement __rawmemchr
loader/minilibc.h: add declaration to make things build with
current kernel headers
po/Makefile: no more gnome-map
po/anaconda.pot: regenerate
utils/Makefile link against the system modutils
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/po/Makefile b/po/Makefile index 7dc54284e..d318d8889 100644 --- a/po/Makefile +++ b/po/Makefile @@ -13,8 +13,7 @@ FMTCATALOGS = $(patsubst %.po,%.mo,$(POS)) POTFILES = ../anaconda ../*.py ../iw/*.py ../textw/*.py \ ../installclasses/*.py \ - ../loader/*.c \ - ../gnome-map/*.c \ + ../loader/*.c NONPOTFILES = ../comps/comps-master \ /usr/share/zoneinfo/zone.tab \ |