diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-09-29 16:19:54 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-09-29 16:19:54 +0000 |
commit | e31782c9c98adf5af52b696844bf4b3103784448 (patch) | |
tree | 7b365712e5dc43a89d922f5fe94fe39aa0a9b4fc | |
parent | 25765952d5430e1d6c8ae87089dbaeb3210076ac (diff) | |
download | drak3d-e31782c9c98adf5af52b696844bf4b3103784448.tar drak3d-e31782c9c98adf5af52b696844bf4b3103784448.tar.gz drak3d-e31782c9c98adf5af52b696844bf4b3103784448.tar.bz2 drak3d-e31782c9c98adf5af52b696844bf4b3103784448.tar.xz drak3d-e31782c9c98adf5af52b696844bf4b3103784448.zip |
remove some useless variables
-rw-r--r-- | po/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/po/Makefile b/po/Makefile index ad102df..1019003 100644 --- a/po/Makefile +++ b/po/Makefile @@ -11,10 +11,6 @@ MOFILES = $(POFILES:%.po=%.mo) POTFILE= $(PGOAL).pot LANGS = $(POFILES:%.po=%) -PREFIX = $(RPM_BUILD_ROOT)/usr -DATADIR = $(PREFIX)/share -LOCALEDIR=$(DATADIR)/locale - all: $(MOFILES) install: all |