File: makefile

package info (click to toggle)
jsquery 1.1.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,216 kB
  • sloc: ansic: 4,012; sql: 599; lex: 494; yacc: 268; sh: 127; makefile: 43
file content (8 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
--- a/Makefile
+++ b/Makefile
@@ -38,4 +38,5 @@ maintainer-clean:
 install: installincludes
 
 installincludes:
+	$(INSTALL) -d '$(DESTDIR)$(includedir_server)/'
 	$(INSTALL_DATA) $(addprefix $(srcdir)/, $(INCLUDES)) '$(DESTDIR)$(includedir_server)/'