summaryrefslogtreecommitdiff
path: root/examples/loadables/Makefile.inc.in
diff options
context:
space:
mode:
Diffstat (limited to 'examples/loadables/Makefile.inc.in')
-rw-r--r--examples/loadables/Makefile.inc.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/examples/loadables/Makefile.inc.in b/examples/loadables/Makefile.inc.in
index 8b419a78..ee3c3035 100644
--- a/examples/loadables/Makefile.inc.in
+++ b/examples/loadables/Makefile.inc.in
@@ -1,7 +1,7 @@
#
# Sample makefile for bash loadable builtin development
#
-# Copyright (C) 2015 Free Software Foundation, Inc.
+# Copyright (C) 2015-2022 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -99,10 +99,3 @@ INC = -I$(headersdir) -I$(headersdir)/include -I$(headersdir)/builtins
.c.o:
$(SHOBJ_CC) $(SHOBJ_CFLAGS) $(CCFLAGS) $(INC) -c -o $@ $<
-
-all: example
-
-example: example.o
- $(SHOBJ_LD) $(SHOBJ_LDFLAGS) $(SHOBJ_XLDFLAGS) -o $@ example.o $(SHOBJ_LIBS)
-
-example.o: example.c