Skip to content

Commit

Permalink
delete duplicate install-data-local:, install-data-hook: sections
Browse files Browse the repository at this point in the history
  • Loading branch information
rockowitz committed Sep 26, 2023
1 parent ac1eeae commit 8b9c901
Showing 1 changed file with 5 additions and 25 deletions.
30 changes: 5 additions & 25 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,11 @@ endif
# @echo $(DESTDIR)$(libdir)


install-exec-local:
@echo "(src/Makefile) Executing install-exec-local ..."
@echo "(src/Makefile) install-exec-local done"


install-exec-hook:
@echo "(src/Makefile) Executing install-exec-hook ..."
rm -f $(DESTDIR)$(libdir)/libddcutil.la
Expand All @@ -329,17 +334,11 @@ endif

@echo "(src/Makefile) Completed install-exec-hook"

install-exec-local:
@echo "(src/Makefile) Executing install-exec-local ..."
@echo "(src/Makefile) install-exec-local done"


install-data-local:
@echo "(src/Makefile) Executing install-data-local ..."
@echo "(src/Makefile) install-data-local done"



install-data-hook:
@echo "(src/Makefile) Executing install-data-hook ..."
if INSTALL_LIB_ONLY_COND
Expand All @@ -351,25 +350,6 @@ endif
@echo "(src/Makefile) install-data-hook done"


# install-data:
# @echo "(src/Makefile) Executing install-data ..."


install-data-local:
@echo "(src/Makefile) Executing install-data-local ..."



install-data-hook:
@echo "(src/Makefile) Executing install-data-hook ..."
if INSTALL_LIB_ONLY_COND
rm ${includedir}/ddcutil_macros.h
rm ${includedir}/ddcutil_status_codes.h
rm ${includedir}/ddcutil_types.h
rm ${includedir}/ddcutil_c_api.h
endif


uninstall-local:
@echo "(src/Makefile:uninstall-local) Executing..."
rm -f $(DESTDIR)$(libdir)/libddcutil*
Expand Down

0 comments on commit 8b9c901

Please sign in to comment.