diff options
author | Carl-Johan Kjellander <[email protected]> | 2009-03-26 19:20:11 +0000 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-03-26 19:20:11 +0000 |
commit | c97e5e1fc157ca5876241ee16c520d924535b4f0 (patch) | |
tree | 0b6b4c1dec4cb0650eae9b606cb94a67187bb676 /src/egl/drivers/glx/Makefile | |
parent | 2002e03a5232c54988161cb629966bdce19d35de (diff) |
egl: Fix newline typo in Makefiles
Diffstat (limited to 'src/egl/drivers/glx/Makefile')
-rw-r--r-- | src/egl/drivers/glx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/egl/drivers/glx/Makefile b/src/egl/drivers/glx/Makefile index 090a230ca34..5f041a268f1 100644 --- a/src/egl/drivers/glx/Makefile +++ b/src/egl/drivers/glx/Makefile @@ -56,7 +56,8 @@ $(TOP)/$(LIB_DIR)/$(DRIVER_NAME): $(OBJECTS) -install $(TOP)/$(LIB_DIR) \ $(OBJECTS) $(DRM_LIB) $(MISC_LIBS) -install: $(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR) +install: + $(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR) $(INSTALL) $(TOP)/$(LIB_DIR)/$(DRIVER_NAME) $(DESTDIR)$(INSTALL_LIB_DIR) clean: |