diff options
Diffstat (limited to 'utils/prof/icons/Makefile')
-rw-r--r-- | utils/prof/icons/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/utils/prof/icons/Makefile b/utils/prof/icons/Makefile deleted file mode 100644 index bc125ac75c..0000000000 --- a/utils/prof/icons/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -TOP=../../.. -include $(TOP)/mk/boilerplate.mk - -override datadir=$(libdir)/icons -INSTALL_DATAS=$(wildcard *.xbm) - -binary-dist: - $(INSTALL_DIR) $(BIN_DIST_DIR)/utils/prof/icons - $(INSTALL_DATA) Makefile $(BIN_DIST_DIR)/utils/prof/icons/ - $(INSTALL_DATA) $(INSTALL_DATAS) $(BIN_DIST_DIR)/utils/prof/icons/ - -include $(TOP)/mk/target.mk |