From: Nadav Har'El <n...@scylladb.com>
Committer: Nadav Har'El <n...@scylladb.com>
Branch: master

Fix httpserver/Makefile

If we have a "modules/httpserver/makefile" (which we added for "clean" target)
we also need to add a "module" target. Even if it does nothing.

Signed-off-by: Nadav Har'El <n...@scylladb.com>

---
diff --git a/modules/httpserver/Makefile b/modules/httpserver/Makefile
--- a/modules/httpserver/Makefile
+++ b/modules/httpserver/Makefile
@@ -5,4 +5,5 @@
 clean:
        -rm -rf autogen obj
        -rm -f libhttpserver*.so usr.manifest
-.PHONY: clean
+module:
+.PHONY: clean module

--
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to