diff options
Diffstat (limited to 'src/gbm')
-rw-r--r-- | src/gbm/backends/Makefile.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gbm/backends/Makefile.template b/src/gbm/backends/Makefile.template index eba1dd7e453..448dd77d964 100644 --- a/src/gbm/backends/Makefile.template +++ b/src/gbm/backends/Makefile.template @@ -34,8 +34,8 @@ $(GBM_BACKEND).so: $(GBM_OBJECTS) Makefile $(TOP)/src/gbm/backends/Makefile.temp $(CC) -c $(GBM_INCLUDES) $(CFLAGS) $(GBM_CFLAGS) $< -o $@ install-so: $(GBM_BACKEND_PATH) - $(INSTALL) -d $(DESTDIR)$(GBM_BACKEND_INSTALL_DIR) - $(MINSTALL) $(GBM_BACKEND_PATH) $(DESTDIR)$(GBM_BACKEND_INSTALL_DIR) + $(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR)/gbm + $(MINSTALL) $(GBM_BACKEND_PATH) $(DESTDIR)$(INSTALL_LIB_DIR)/gbm install: $(GBM_INSTALL) $(GBM_EXTRA_INSTALL) |