File: dont-build-genkeys

package info (click to toggle)
dhis-client 5.5-5
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 296 kB
  • ctags: 160
  • sloc: ansic: 1,245; makefile: 63; sh: 51
file content (11 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@
 
 RM=rm -f
 
-all:	dhid genkeys
+all:	dhid #genkeys
 
 dhid:	conf.o network.o main.o
 	$(CC) $(LFLAGS) -o dhid conf.o network.o main.o $(LIBS)