diff options
author | Jeremy Katz <katzj@redhat.com> | 2006-06-30 04:45:42 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2006-06-30 04:45:42 +0000 |
commit | 2a7615304f4783c095ae7fa591ea0c20bc3e1aae (patch) | |
tree | 67a7afbe604dba7bd728457e9bea165485b092fd /wlite | |
parent | 90e79067e6f85f944ec79ad95f5b95c360359a7e (diff) | |
download | anaconda-2a7615304f4783c095ae7fa591ea0c20bc3e1aae.tar.gz anaconda-2a7615304f4783c095ae7fa591ea0c20bc3e1aae.tar.xz anaconda-2a7615304f4783c095ae7fa591ea0c20bc3e1aae.zip |
don't install wlite stuff
Diffstat (limited to 'wlite')
-rw-r--r-- | wlite/GNUmakefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/wlite/GNUmakefile b/wlite/GNUmakefile index a943376ab..692819b03 100644 --- a/wlite/GNUmakefile +++ b/wlite/GNUmakefile @@ -135,13 +135,3 @@ maintainer-clean: distclean $(RM) $(archives) TAGS tags $(wildcard core core.*) $(wildcard *.tmp) mostlyclean: $(RM) $(objects) -install: installdirs $(includes) $(libraries) - install $(filter $(libraries),$^) $(libdir) - install -m 644 $(filter $(includes),$^) $(includedir) -installdirs: $(libdir) $(includedir) - install -d $^ -install-strip: install - for symbols in $(libraries); do strip -x -g $(libdir)/$${symbols}; done -uninstall: - for installed in $(libraries); do $(RM) $(libdir)/$${installed}; done - for installed in $(includes); do $(RM) $(includedir)/$${installed}; done |